projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29a2c30
)
($(BLD)\w32inevt.obj): Add dependencies on w32term.h
author
Geoff Voelker
<voelker@cs.washington.edu>
Tue, 10 Nov 1998 20:54:31 +0000
(20:54 +0000)
committer
Geoff Voelker
<voelker@cs.washington.edu>
Tue, 10 Nov 1998 20:54:31 +0000
(20:54 +0000)
and w32heap.h.
src/makefile.nt
patch
|
blob
|
history
diff --git
a/src/makefile.nt
b/src/makefile.nt
index c91b61886fd94e89697bae6a7d79cd10d5dace11..3af4696a075bce77d2737dea2cca73d779e308df 100644
(file)
--- a/
src/makefile.nt
+++ b/
src/makefile.nt
@@
-801,7
+801,9
@@
$(BLD)\w32inevt.obj : \
$(SRC)\lisp.h \
$(SRC)\frame.h \
$(SRC)\blockinput.h \
- $(SRC)\termhooks.h
+ $(SRC)\termhooks.h \
+ $(SRC)\w32heap.h \
+ $(SRC)\w32term.h
$(BLD)\w32proc.obj : \
$(SRC)\w32proc.c \